TGML Animated Images (GIF89a): <AnimatedImage>
AnimatedImage represents an animated raster image. AnimatedImage supports the GIF89a format.
The Animation attribute starts and stops the animation.
The image data is stored as a Base64-encoded string in the CDATA section of the AnimatedImage element. The image data is accessible through the Content attribute.
Attribute | Type | Description |
---|---|---|
Content |
String |
The image data (Base64 encoded). |
Height |
Double |
The height of the image. |
Left |
Double |
The x coordinate of the upper left corner of the image. |
Opacity |
Double |
A value between "0.0" (transparent) and "1.0" (opaque) |
Top |
Double |
The y coordinate of the upper left corner of the image. |
Visibility | Visibility |
Specifies if the element is visible or not. |
Width |
Double |
The width of the image. |
Animation |
Animation |
Starts and stops the animation. |